/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;border-bottom: solid 1px rgba(255,255,255,.4)}
.header.active{background:rgba(0,0,0,0.7);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;width:100%;height: 100%}
.h-logo{width:392px;display: block;padding:20px 0;transition: all .5s}
.header .h-logo img{transition: all .5s}
.header.active .h-logo{padding:10px 0;}
/*.header.active .h-logo img{height: 55px}*/

.h-nav{width: calc(100% - 720px);display: flex;flex-direction: row;justify-content: space-between;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#fff;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;transition: all .5s}
.header.active .h-nav li .yiji{line-height: 60px;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:#fff;left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{letter-spacing: 1px;font-weight: 700;}
.h-nav li .yiji.on:after{width:100%;}
.h-nav li .sublist{position: absolute;width:120px;top:100%;left:-10px;background: rgba(255,255,255,.4);display: none;}
.h-nav li .sublist.product{width:150px;}
.h-nav li .sublist ul{display:flex;flex-direction: column;background: rgba(255,255,255,.8);padding:10px 15px 15px;}
.h-nav li .sublist ul a{display: block;padding:10px 0;color:#333;transition: all .5s;position: relative;font-size: 15px;}
.h-nav li .sublist ul a:after{position: absolute;content:'';left:0;bottom:0;width:15px;background: var(--zhu-color);height: 2px;transition: all .5s}
.h-nav li .sublist ul a:hover:after{width:100%;}
.h-nav li .sublist ul a:hover{color:var(--zhu-color);}
.h-right{width:220px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.h-right i{font-size: 35px;color:var(--pei-color);}
.h-right .txt{width:calc(100% - 45px);color:var(--pei-color);}
.h-right .txt .t1{line-height: 1}
.h-right .txt .t2{font-size: 22px;font-weight: bold;line-height: 1}
.h-menu{position: fixed;right:0;top:20px;width:80px;text-align: center;cursor: pointer;display: none;color:var(--zhu-color);transition: all .5s}
.h-menu i{color:#fff;font-size: 30px;}
.header.active .h-menu{top:10px;}
@media(max-width: 1600px){
	.h-nav li .sublist .wrapp{display: flex;flex-direction: row;}
	.h-nav li .sublist .right img{width:100%;}
}
@media(max-width: 1400px){
	.h-nav{width:calc(100% - 680px);}
	.h-nav li .sublist .left{width:30%;}
	.h-nav li .sublist .mid{width:35%;}
	.h-nav li .sublist .right{width:35%;}

}
@media(max-width: 1200px){
	.h-nav{width:calc(100% - 450px);}
	.h-right{display: none;}
	.h-right i{font-size: 24px}
}
@media(max-width: 1024px){
	.h-nav{display: none;}
	.h-menu{width:60px;display: block}

}
@media(max-width: 768px){
	.h-logo{padding:12px 0;}
	.h-menu{top:10px;}
}
@media(max-width: 576px){
	.header{height: 50px;}
	.h-logo{height: 100%;padding:5px 0;}
	.h-logo img{max-height: 40px;width:auto;max-width: calc(100% - 60px)}
	.h-menu{display: flex;flex-direction: column;justify-content: center;top:0;}
	.header.active .h-menu{top:0;}
	.header.active .h-logo{padding:5px 0;}
}
@media(max-width: 414px){
	.h-logo{padding:10px 0;}
	.header.active .h-logo{padding:10px 0;}
	.h-menu{top:5px;}
	.h-menu i{font-size:26px;}
	.header.active .h-menu{top:5px;}
}


/*banner*/
.flash{width:100%;overflow: hidden;position: relative;}
.banner{width:100%;margin:0 auto;}
.banner .swiper-slide{position: relative;width:100%;overflow: hidden;height: 100vh}
.banner .swiper-slide .pic{transform: scale(1.05,1.05);transition:all 3s;height: 100%;object-fit: cover;width:100%;}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner1-pic{height:80vh;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;}
.banner .page-cirle{bottom: 100px;width: 94px;height: 94px;z-index: 22;--bs-progress-bg:none;--bs-progress-bar-bg:none;}
.banner .page-cirle:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border-radius: 100%;border: 1px solid rgba(255,255,255,.5); content: "";}
.banner .page-cirle > span{position: absolute;top: 0;width: 50%;height: 100%;z-index: 1;overflow: hidden;}
.banner .page-cirle .progress-left{left: 0;display: none;}
.banner .page-cirle .progress-bar{position: absolute;top: 0;width: 100%;height: 100%;border: 1px solid var(--zhu-color);box-sizing: border-box;}
.banner .page-cirle .progress-left .progress-bar{left: 100%;border-top-right-radius: 80px;border-bottom-right-radius: 80px;
border-left: 0; -webkit-transform-origin: center left;transform-origin: center left;}
.banner .page-cirle .progress-right{right: 0;display: none;}
.banner .page-cirle .progress-right .progress-bar{left: -100%;border-top-left-radius: 80px;border-bottom-left-radius: 80px;border-right: 0;
-webkit-transform-origin: center right;transform-origin: center right;animation: loading-1 2.5s linear  forwards;}
.banner .page-cirle .progress-left .progress-bar{animation: loading-2 2.5s linear forwards 2.5s; }
.banner .page-cirle.on .progress-left,.banner .page-cirle.on .progress-right{display: block;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.dwsxcenter{position: absolute;top: 50%;transform: translateY(-50%);}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwcenter{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.trans{transition: all .5s}
.banner .swiper-pagination{height: 1em;color: #fff;}
.banner .swiper-pagination ul{position: relative;height: 1.5em;width: 20px; text-align: left; overflow: hidden;}
.banner .swiper-pagination ul li{position: absolute;left: 0px;bottom: 0;width: 100%;line-height: 1em; font-size: 16px}
.banner .swiper-pagination .total{display: block;width: 20px;text-align: right;font-size: 16px}
.banner .swiper-pagination .line{width: 8px;height: 1px;margin: 0 8px;background: #fff;}
.banner .paeg-bann{z-index: 11;width:80%;}
.banner .paeg-bann .next{right: -4px;cursor: pointer;}
.banner .paeg-bann .prev{left: -4px;cursor: pointer;}
.banner .paeg-bann .next .line,.banner .paeg-bann .prev .line{width:60px;height: 2px;background: #fff;}
.banner .paeg-bann .prev .line{margin-left: -14px;}
.banner .paeg-bann .next .iconfont{margin-left: -16px;font-size: 22px;line-height: 1em;color: #fff;}
.banner .paeg-bann .prev .iconfont{font-size: 22px;line-height: 1em;color: #fff;}

.banner .paeg-bann .next:hover .line,.banner .paeg-bann .prev:hover .line{background: var(--pei-color);}
.banner .paeg-bann .next:hover .iconfont,.banner .paeg-bann .prev:hover .iconfont{color: var(--pei-color);}
.banner .scorll{bottom:40px;height: 1em;color: #fff;z-index: 22;}
.banner .scorll .iconfont{margin:3px 10px 0 0;font-size: 30px;line-height: 1em;transition: all .5s}
.banner .scorll:hover{color: var(--pei-color);}


@keyframes loading-1{
0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}

@keyframes loading-2{
0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
 @keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
   		 
	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}
@media(max-width:1925px) and (min-width: 1900px){
	.banner .swiper-slide .pic{width:1920px;max-width: none;}
}
@media(max-width: 1400px){
	.banner .swiper-slide{height: 90vh}
}
@media(max-width: 1200px){
	.banner .swiper-slide{height: 80vh}
}
@media(max-width: 992px){
	.banner .swiper-slide{height: 60vh}
	.banner .paeg-bann{display: none;}
}
@media(max-width: 768px){
	.banner .swiper-slide{height:45vh}
	.banner .paeg-bann{display: none;}
	.banner .page-cirle{bottom:100px;}
	.banner .scorll{bottom:50px;}
	.banner .page-cirle{width:64px;height: 64px;}
}


@media(max-width: 576px){
	/*.banner .swiper-slide{height: auto}*/
	.banner .swiper-slide{height: 35vh}
	.banner .page-cirle{bottom:30px;}
	.banner .scorll{bottom:10px;}
	.banner .page-cirle{width:45px;height: 45px;}
	.banner .swiper-pagination ul li,.banner .swiper-pagination .total{font-size: 12px;width:auto;}
	.banner .swiper-pagination ul{width:15px;height: 1em;}
	.banner .swiper-pagination .line{width:3px;margin:0 2px;}
}



/*ititle*/
.ititle{margin:30px 0;text-align: center;}
.ititle-hd{display: flex;flex-direction: row;justify-content: center;font-size: 40px;line-height: 1;}
.ititle-hd:before{content:'';width:70px;height: 30px;background:url(../images/ititle-left.png);margin-top: 10px}
.ititle-hd:after{content:'';width:70px;height: 30px;background:url(../images/ititle-right.png);margin-top: 10px}
.ititle-hd span{padding:0 40px;}
.ititle-hd b{color:var(--zhu-color);}
.ititle-bd{font-size: 18px;color:#666666;text-align: center;margin-top: 20px}

@media(max-width: 576px){

	.ititle-hd{font-size: 30px;}
	.ititle-hd span{padding:0 15px;}
	.ititle-hd:before,.ititle-hd:after{display: none;}
	.ititle-bd{font-size: 14px;margin-top: 15px;}
}

/*ipro*/
.ipro{background: #f7f9fe;padding-bottom: 40px;overflow:hidden;}
.ipro-hd{padding:30px 0;}
.ipro-md{box-shadow: 0 0 15px #ddd;overflow: hidden;background: #fff;}
.ipro-md .left{background: url(../images/ipro-md-bg.jpg) no-repeat;width:252px;height: 116px;color:#fff;display: flex;flex-direction: column;justify-content: center;align-items: center;float: left;position: relative;}
.ipro-md .left:before{content:'';position:absolute;top:0;left:0;width:100%;height: 100%;background: var(--zhu-color);opacity: .7}
.ipro-md .left .t1{font-weight: bold;font-size:36px;position: relative;z-index: 2}
.ipro-md .left .t2{font-size:12px;opacity: 0.6;text-transform: uppercase;position: relative;z-index: 2}
.ipro-md .mid{width:calc(100% - 350px);background: #fff;padding:34px 0;float:left;margin:0 25px;overflow: hidden;}
.ipro-md .mid a{width:100%;height: 48px;padding:0 10px;display: block;background: #f4f4f4;font-size: 18px;transition: all .5s;line-height: 48px;text-align: center;color:#333;border-radius: 3px;}
.ipro-md .mid a:hover{background: var(--zhu-color);color:#fff;}
.ipro-md .right{width:20px;overflow: hidden;float: right;height: 156px;margin-top: -40px;}
.ipro-md .right span{display: block;width:200px;height: 200px;border-radius: 50%;background: var(--zhu-color);}
.ipro-bd{margin:20px 0;}
.ipro-bd .hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;}
.ipro-bd .hd li{background: #fff;display: flex;flex-direction: row;justify-content: space-between;width:447px;border:solid 1px #eee;/*transition: all .5s;*/border-radius: 3px;overflow:hidden;}
.ipro-bd .hd li .left{width:445px;}
.ipro-bd .hd li .left .img{padding-bottom: 75%}
.ipro-bd .hd li .left p{height: 60px;background: #e5e6e6;line-height: 60px;padding:0 10px;text-align: center;font-size: 18px;color:#333333;transition: all .5s}
.ipro-bd .hd li .right{display: none;width:0;padding:30px;flex-direction: column;justify-content: space-between;/*transition: all .5s;*/overflow-y: hidden;}
.ipro-bd .hd li .right .t1{font-size: 30px;}
.ipro-bd .hd li .right .t2{font-size: 15px;color:#666666;line-height: 30px;-webkit-line-clamp:2;}
.ipro-bd .hd li .right .t2 span{color:var(--zhu-color);font-size: 16px;}
.ipro-bd .hd li .right .t3{color:#999;font-size: 16px;-webkit-line-clamp:3;line-height:2 }

.ipro-bd .hd li .right .btnn{display: flex;flex-direction: row;justify-content: space-between;}
.ipro-bd .hd li .right .btnn a{width:50%;height: 50px;line-height: 50px;text-align: center;color:#fff;font-size: 15px;transition: all .5s;padding:0 10px;}
.ipro-bd .hd li .right .btnn a.lt{background: var(--pei-color);}
.ipro-bd .hd li .right .btnn a.rt{background: var(--zhu-color);}
.ipro-bd .hd li .right .btnn a:hover{border-radius: 10px;width:48%;}
.ipro-bd .hd li.active{width:calc(100% - 462px);}
.ipro-bd .hd li.active .left p{display: none;}
.ipro-bd .hd li.active .left .img{height: 100%}
.ipro-bd .hd li.active .right{width:calc(100% - 445px);display: flex;}
.ipro-bd .bd{padding:20px 15px;overflow:hidden;width:calc(100% + 30px);margin-left:-15px;}
.ipro-bd .bd a{display: block;width:100%;border:solid 1px #eee;border-radius: 3px;overflow: hidden;transition: all .5s}
.ipro-bd .bd a .img{padding-bottom: 75%}
.ipro-bd .bd a .img img{transition: all .5s}
.ipro-bd .bd a p{height: 60px;background: #e5e6e6;line-height: 60px;padding:0 10px;text-align: center;font-size: 18px;color:#333333;transition: all .5s}
.ipro-bd .bd a:hover{border-color:var(--zhu-color);box-shadow: 0 0 15px #999;}
.ipro-bd .bd a:hover .img img{transform: scale(1.15,1.15) rotate(5deg);}
.ipro-bd .bd a:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.ipro-bd .hd li{width:400px;}
	.ipro-bd .hd li .left{width:400px;}
	.ipro-bd .hd li.active{width:calc(100% - 415px);}
	.ipro-bd .hd li.active .right{width:calc(100% - 400px);}
}
@media(max-width: 1200px){
	.ipro-bd .hd li{width:330px;}
	.ipro-bd .hd li .left{width:330px;}
	.ipro-bd .hd li .left p{height: 50px;line-height: 50px}
	.ipro-bd .hd li.active{width:calc(100% - 345px);}
	.ipro-bd .hd li.active .right{width:calc(100% - 330px);padding:30px 15px;}
	.ipro-bd .hd li .right .t1{font-size: 24px;}
	.ipro-bd .hd li .right .t2{font-size: 14px;line-height: 26px}
	.ipro-bd .hd li .right .t2 span{font-size: 15px;}
	.ipro-bd .hd li .right .btnn a{height: 40px;line-height: 40px;}
	.ipro-bd .bd a p{height: 50px;line-height: 50px;}
}
@media(max-width: 992px){
	.ipro-bd .hd{flex-direction: column;}
	.ipro-bd .hd li{width:100%!important;margin-bottom: 15px!important;}
	.ipro-bd .hd li:nth-child(2){flex-direction:row-reverse;}
	.ipro-bd .hd li .left{width:380px}
	.ipro-bd .hd li .left p{display: none;}
	.ipro-bd .hd li .right{display: flex!important;width:calc(100% - 395px)!important;padding:30px!important;}
	.ipro-bd .bd{margin-top: 0}
}
@media(max-width: 768px){
	.ipro-md .left{display: none;}
	.ipro-md .mid{width:calc(100% - 80px);}
	.ipro-bd .hd li .left{width:300px}
	.ipro-bd .hd li .left .img{height: 100%}
	.ipro-bd .hd li .right{display: flex!important;width:calc(100% - 315px)!important;padding:30px 30px 30px 15px!important;}
	.ipro-bd .hd li .right .t2{margin-top: 15px;}
	.ipro-bd .hd li .right .btnn{margin-top: 15px;}
}
@media(max-width: 576px){
	.ipro{padding-bottom: 15px;}
	.ipro-md .mid{padding:10px 0;margin:0 10px;width:calc(100% - 30px);}
	.ipro-md .mid a{font-size: 14px;height: 36px;line-height: 36px;}
	.ipro-md .right{height: 75px;margin-top: -20px;width:8px;}
	.ipro-md .right span{height: 100px;width:100px;}
	.ipro-hd{padding:15px 0;}
	.ipro-bd .hd li{flex-direction: column;}
	.ipro-bd .hd li .left{width:100%}
	.ipro-bd .hd li .left .img{height: auto;}
	.ipro-bd .hd li .right{width:100%!important;padding:15px!important;}
	.ipro-bd .hd li .right .t1{font-size: 18px}
	.ipro-bd .hd li .right .t2{-webkit-line-clamp:4;font-size: 12px;line-height: 20px}
	.ipro-bd .hd li .right .t2 span{font-size: 13px}
	.ipro-bd .hd li:nth-child(2){flex-direction: column;}
	.ipro-bd .bd{padding:0 30px;}
	.ipro-bd .bd a p{font-size: 14px;height: 40px;line-height: 40px;}

}

/*iadv*/
.iadv-hd{padding:30px 0;}
.iadv-bd{position: relative;}
.iadv-bd .big{width:100%;overflow:hidden;position: relative;}
.iadv-bd .big img{height: 665px;width:100%;object-fit: cover;}
.iadv-bd .big .next,.iadv-bd .big .prev{width:90px;height: 50px;text-align: center;line-height: 50px;color:#fff;background: var(--zhu-color);position: absolute;top:50%;transform: translateY(-50%);z-index: 9;cursor: pointer;border-radius: 3px;transition: all .5s;opacity: .8}
.iadv-bd .big .next i,.iadv-bd .big .prev i{font-size: 40px;line-height: 1.2;font-weight: lighter;}
.iadv-bd .big .next{left:30px;background: var(--pei-color)}
.iadv-bd .big .prev{right:30px;}
.iadv-bd .big .next:hover,.iadv-bd .big .prev:hover{border-radius: 50%;width:50px;}
.iadv-bd .small{position: absolute;top:0;height: 100%;left:0;width:100%;z-index: 2;}
.iadv-bd .small .wrap{height: 100%;}
.iadv-bd .small-box{overflow:hidden;height: 100%;position: relative;}
.iadv-bd .small-box .swiper-slide{overflow:hidden;position:relative;width:calc(calc(100% - 398px)/3)!important;transition: all .5s;}

.iadv-bd .small-box .swiper-slide .hd{padding:60px 35px 30px;height: calc(100% - 190px);position: absolute;top:100%;left:0;transition: all .5s;}
.iadv-bd .small-box .swiper-slide .hd .bg{background: var(--zhu-color);opacity: 0.9;position: absolute;top:0;left:0;width:100%;height: 100%}
.iadv-bd .small-box .swiper-slide .hd .t1{background:url(../images/iadv-xian.png) center bottom no-repeat;color:#fff;font-size: 30px;font-weight: bold;display: flex;flex-direction: row;padding-bottom: 20px;position: relative;z-index: 1}
.iadv-bd .small-box .swiper-slide .hd .t1 i{font-size:48px;line-height: 1;font-style: normal;font-family: Arial;}
.iadv-bd .small-box .swiper-slide .hd .t1 b{padding:0 10px;line-height: 1.7}
.iadv-bd .small-box .swiper-slide .hd .t1 span{width:38px;height: 3px;background: var(--pei-color);margin-top: 25px}
.iadv-bd .small-box .swiper-slide .hd ul{padding:45px 0;position: relative;z-index: 1}
.iadv-bd .small-box .swiper-slide .hd ul li{color:#fff;line-height: 30px;font-size: 16px;margin-bottom: 15px;}
.iadv-bd .small-box .swiper-slide .hd ul li i{font-style: normal;font-size: 20px;margin-right:5px;}
.iadv-bd .small-box .swiper-slide{cursor: pointer;}
.iadv-bd .small-box .swiper-slide .bd{height: 190px;background: #fff;border-right:solid 1px #ebebeb;display: flex;flex-direction:column;justify-content: center;align-items: center;transition: all .5s;position: absolute;bottom:0;left:0;width:100%;border-bottom:solid 1px #ebebeb;}

.iadv-bd .small-box .swiper-slide .bd span{width:72px;height: 72px;background: var(--pei-color);line-height: 72px;text-align: center;box-shadow: 0 0 10px var(--pei-color);border-radius: 50%;display: block;}
.iadv-bd .small-box .swiper-slide .bd span i{color:#fff;font-size: 46px;}
.iadv-bd .small-box .swiper-slide .bd p{color:#333333;font-size: 20px;padding-top:20px;}
.iadv-bd .small-box .swiper-slide-thumb-active{width:400px!important;}

.iadv-bd .small-box .swiper-slide-thumb-active .hd{top:0;}
.iadv-bd .small-box .swiper-slide-thumb-active .bd{background: var(--pei-color)}
.iadv-bd .small-box .swiper-slide-thumb-active .bd span{width:85px;height: 85px;background: none;border:solid 1px #fff;line-height: 85px}
.iadv-bd .small-box .swiper-slide-thumb-active .bd p{color:#fff;}
@media(max-width: 1400px){
	.iadv-bd .big .next, .iadv-bd .big .prev{display: none;}
}
@media(max-width: 992px){
	.iadv-bd .small-box .swiper-slide{width:calc(100% / 3)!important;}
	.iadv-bd .small-box .swiper-slide .hd{padding:30px 20px;}
	.iadv-bd .small-box .swiper-slide .hd .t1{font-size: 22px;}
	.iadv-bd .small-box .swiper-slide .hd .t1 b{line-height:1.5 }
	.iadv-bd .small-box .swiper-slide .hd .t1 span{display: none;}
	.iadv-bd .small-box .swiper-slide .hd .t1 i{font-size: 32px;}
	.iadv-bd .small-box .swiper-slide .hd ul li{font-size: 14px;}
	.iadv-bd .small-box .swiper-slide .hd ul li i{font-size: 15px;line-height: 1}
}
@media(max-width: 768px){
	.iadv-bd .small-box .swiper-slide{width:calc(100% / 2)!important;}
	/*.iadv-bd .small-box .swiper-slide .bd{height: 120px;}
	.iadv-bd .small-box .swiper-slide .hd{height: calc(100% - 120px)}*/
}
@media(max-width: 576px){
	.iadv-hd{padding:15px 0;}
	.iadv-bd .big img{height: 550px}
	.iadv-bd .small-box .swiper-slide{width:100%!important;}
	.iadv-bd .small-box .swiper-slide .bd{height: 120px;}
	.iadv-bd .small-box .swiper-slide .hd{height: calc(100% - 120px);}
	.iadv-bd .small-box .swiper-slide .bd span{width:50px;height: 50px;line-height: 50px;}
	.iadv-bd .small-box .swiper-slide .bd span i{font-size: 30px}
	.iadv-bd .small-box .swiper-slide-thumb-active .bd span{width:60px;height: 60px;line-height: 60px;}
	.iadv-bd .small-box .swiper-slide-thumb-active .bd span i{font-size: 40px}
	.iadv-bd .small-box .swiper-slide .bd p{padding-top: 5px}
}


/*izixun*/
.izixun{background: url(../images/izixun-bg.jpg) center no-repeat;text-align: center;height: 552px;display: flex;flex-direction: column;align-items: center;justify-content: center;color:#fff;margin:40px 0 30px;padding:0 15px;position: relative;/*background-attachment: fixed;*/}
.izixun .t1{font-size: 24px;letter-spacing: 4px}
.izixun .t2{font-size:40px;font-weight: bold;margin:20px 0 30px;line-height: 1;letter-spacing: 2px;color:#fff;}
.izixun .t3{font-size:20px;line-height: 1.5;letter-spacing: 1px}
.izixun a{width:185px;height: 50px;text-align: center;line-height: 50px;color:#fff;font-size:18px;border-radius: 30px;background:var(--zhu-color);display: block;margin-top:45px;transition: all .5s}
.izixun a:hover{width:200px;}
@media(max-width: 576px){
	.izixun{height: 350px;margin:8px 0 15px;}
	.izixun .t1{font-size: 20px;}
	.izixun .t2{font-size: 24px}
	.izixun .t3{font-size: 14px}
}

/*icase*/
.icase{width:100%;padding:30px 0 68px;background: url(../images/icase-bg.jpg) center no-repeat;}
.icase-hd{}
.icase-bd{margin-top: 45px;overflow:hidden;}
.icase-bd .swiper-slide{width:600px;height: 450px;opacity: 0.5;border-radius: 5px}
.icase-bd .swiper-slide-active{opacity: 1}
.icase-bd a{display: block;width:100%;height: 100%;position:relative;}
.icase-bd a .img{padding-bottom: 75%}
.icase-bd a p{background: rgba(255,255,255,.8);padding:15px;color:#333;position: absolute;bottom:0;left:0;text-align: center;font-size: 18px;width:100%;}
@media(max-width: 992px){
	.icase-bd .swiper-slide{width:400px;height: 300px}
	.icase-bd a p{padding:10px;font-size: 15px}
}
@media(max-width: 576px){
	.icase-bd .swiper-slide{width:240px;height: 180px}
	.icase-bd a p{padding:5px 10px;font-size: 14px}
}

/*inews*/
.inews-hd{padding:30px 0 15px;}
.inews-bd{margin-bottom: 30px}
.inews-bd .hd ul{display: flex;flex-direction: row;width:100%;justify-content: space-between;}
.inews-bd .hd ul a{width:calc(calc(100% - 42%)/2);display: block;padding:20px 30px;background: #f8f8f8;display: flex;flex-direction: row;justify-content: space-between;transition: all .5s;align-items: center;}
.inews-bd .hd ul a .left{width:calc(100% - 58px);}
.inews-bd .hd ul a .left .t1{font-size: 28px;color:#333333;}
.inews-bd .hd ul a .left .t2{font-size: 14px;color:#999999;text-transform: uppercase;}
.inews-bd .hd ul a .right{width:58px;text-align: right;position: relative;height: 30px;overflow:hidden;opacity: 0;transition: all .5s}
.inews-bd .hd ul a .right i{font-size: 30px;color:rgba(255,255,255,.5);line-height: 1;position: absolute;left:0;}
.inews-bd .hd ul a.active{background: var(--zhu-color);width:40%;}
.inews-bd .hd ul a.active .t1{color:#fff;}
.inews-bd .hd ul a.active .t2{color:#fff;}
.inews-bd .hd ul a.active .right{opacity: 1}
.inews-bd .bd{display: flex;flex-direction: row;justify-content: space-between;margin-top: 35px;}
.inews-bd .bd .left{width:58%;display: flex;flex-direction: row;justify-content: space-between;}
.inews-bd .bd .left a{width:calc(calc(100% - 30px)/2);display: block;padding:20px;background: #f5f5f5;transition: all .5s}
.inews-bd .bd .left a img{transition: all .5s}
.inews-bd .bd .left a .txt{padding:15px 0;}
.inews-bd .bd .left a .txt .t1{font-size: 18px;color:#333333;transition: all .5s}
.inews-bd .bd .left a .txt .t2{font-size: 12px;color:#999999;margin-top: 5px}
.inews-bd .bd .left a .txt .t3{font-size: 14px;color:#999999;line-height: 24px;margin:10px 0;}
.inews-bd .bd .left a .txt span{color:var(--zhu-color);transition: all .5s}
.inews-bd .bd .left a.active{box-shadow: 0 0 10px #999;}
.inews-bd .bd .left a.active img{transform: scale(1.05,1.05);}
.inews-bd .bd .left a.active .txt .t1{color:var(--zhu-color);}
.inews-bd .bd .left a.active .txt span{padding:5px 15px;color:#fff;background: var(--zhu-color);border-radius: 3px}
.inews-bd .bd .right{width:calc(100% - 58% - 30px);display: flex;flex-direction: column;justify-content: space-between;}
.inews-bd .bd .right a{background: #f5f5f5;padding:15px 25px;display: block;position:relative;transition: all .5s;}
.inews-bd .bd .right a .t1{font-size: 18px;color:#333333;transition: all .5s}
.inews-bd .bd .right a .t2{font-size: 14px;color:#999999;line-height: 24px;margin-top: 5px;-webkit-line-clamp:2;}
.inews-bd .bd .right a:after{content:'';width:0;height: 2px;background: var(--zhu-color);transition: all .5s;position: absolute;left:0;bottom:0;}
.inews-bd .bd .right a.active{box-shadow: 0 0 10px #999}
.inews-bd .bd .right a.active .t1{color:var(--zhu-color);}
.inews-bd .bd .right a.active:after{width:100%;}
/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:80px;}
}
@media(max-width: 1400px){
	.inews-bd .bd .left a .txt .t3{-webkit-line-clamp:4;}
}
@media(max-width: 1200px){
	.inews-bd .bd .left a .txt .t3{-webkit-line-clamp:5;}
}
@media(max-width: 992px){
	.inews-bd .hd ul a{padding:15px;}
	.inews-bd .hd ul a .left .t1{font-size: 24px;}
	.inews-bd .hd ul a .left .t2{font-size: 12px;}
	.inews-bd .bd{flex-direction: column;}
	.inews-bd .bd .left{width:100%;}
	.inews-bd .bd .left a .txt .t3{-webkit-line-clamp:3;}

	.inews-bd .bd .right{width:100%;margin-top: 30px}
	.inews-bd .bd .right a{margin-bottom: 15px;}
}
@media(max-width: 768px){
	.inews-bd .hd ul a .left{width:100%;}
	.inews-bd .hd ul a .left .t1{font-size: 20px;}
	.inews-bd .hd ul a .right{display: none;}
	.inews-bd .bd .left a{padding:15px;width:calc(calc(100% - 15px)/2);}
}
@media(max-width: 576px){
	.inews-hd{padding:15px 0 0;}
	.inews-bd .hd ul a{width:32%;}
	.inews-bd .hd ul a.active{width:32%;}
	.inews-bd .hd ul a .left .t1{font-size: 16px;}
	.inews-bd .hd ul a .left .t2{display: none;}
	.inews-bd .bd{margin-top: 15px}
	.inews-bd .bd .left{flex-direction: column;}
	.inews-bd .bd .left a{width:100%;margin-bottom: 15px}
	.inews-bd .bd .right{margin-top: 0}
}





/*footer*/
/*footer*/
.footer{background: url(../images/f-bg.jpg) center no-repeat;padding:95px 0 30px;background-size: cover;}
.footer-hd{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-bottom:15px;}
.footer-left{width:380px;padding:0 40px 5px;display: flex;flex-direction: column;}
.footer-left .t1{color:#fff;font-size: 16px;padding:10px 0;}
.footer-left .t2{color:#fff;font-size: 36px;font-family:Impact;line-height: 1}
.footer-left .more{width:60%;height: 47px;background: #fff;margin-top: 35px;}
.footer-left .more .lt{width:100px;height: 47px;color:#333;margin-left: 10px;line-height: 47px;float: left;}
.footer-left .more .lt i{font-size: 24px;float: left;margin-top: 2px;font-weight:bold;margin-right: 5px;}
.footer-left .more .rt{color:var(--zhu-color);margin-right: 15px;width:30px;padding-top: 5px;float: right;height: 100%;position: relative;overflow: hidden;}
.footer-left .more .rt i{position: absolute;right:0px;font-size: 24px}
.footer-left .more:hover{background: var(--pei-color);}
.footer-left .more:hover .lt{color:#fff;}
.footer-left .more:hover .rt{color:#fff;}
.footer-logo p{color:#fff;font-weight: bold;font-size:28px;margin-bottom: 20px;}
.footer-mid{width:calc(100% - 800px);border-right:dashed 1px rgba(255,255,255,.3);border-left:dashed 1px rgba(255,255,255,.3);padding:25px 40px 5px;display: flex;flex-direction: row;justify-content: space-between;}
.footer-mid li{padding:0 30px;}
.footer-mid li .t1{color:#fefdfd;}
.footer-mid li ul{margin-top: 15px;}
.footer-mid li ul a{color:#fefdfd;margin-bottom: 10px;display: block;opacity: 0.5;transition: all .5s}
.footer-mid li ul a:hover{color:#fff;opacity: 1}
.footer-right{width:420px;padding:0 40px;}
.footer-right .hd{width:100%;}
.footer-right .hd .lt{width:136px;}
.footer-right .hd .rt{width:calc(100% - 140px);float: right;padding-left: 15px;color:#fff;}

.footer-right .hd .rt .t1{font-size: 16px;}
.footer-right .hd .rt .t2{font-size: 36px;font-weight:bold;font-style: italic;}
.footer-right .hd .rt .t3{font-size: 14px;}
.footer-right .hd .rt .t4{font-size: 24px;font-weight: bold;}
.footer-right .bd{padding:30px 0 5px;}
.footer-right .bd p{color:#fefdfd;opacity: 0.5;line-height: 28px}
.footer-bd{color:#777;padding:30px 0 15px 40px}
.footer-bd a{color:#777;display: inline-block;}
.footer-bd a:hover{color:#fff;}
@media(max-width: 1600px){
	.footer-mid li{padding:0 15px;}
}
@media(max-width: 1400px){
	.footer-left{padding:0 15px 15px;width:300px;}
	.footer-mid{padding:25px 15px;width:calc(100% - 660px);}
	.footer-right{padding:0px 15px;width:360px;}
}
@media(max-width: 1200px){
	.footer-mid{padding:25px 15px;width:calc(100% - 600px);}
	.footer-right{padding:0px 15px;width:300px;}
	.footer-right .hd .lt{width:110px;}
	.footer-right .hd .rt{width:calc(100% - 115px);}
	.footer-right .hd .rt .t2{font-size: 22px;}
	.footer-right .hd .rt .t4{font-size: 18px;}
}
@media(max-width: 992px){
	.footer-left{width:50%;}
	.footer-mid{display: none;}
	.footer-right{width:50%;}
}
@media(max-width: 768px){
	.footer{margin-bottom: 50px}
	.footer-left .t2{font-size: 30px;}
	.footer-left .more{width:180px}
	.footer-right .bd{padding:15px 0;}
}
@media(max-width: 600px){
	.footer{padding:30px 0;}
	.footer-hd{flex-direction: column;}
	.footer-left{width:100%;}
	.footer-logo{width:80%;}
	.footer-right{width:100%;margin-top: 15px;}
	.footer-right .hd .lt{width:110px;}
	.footer-right .hd .rt{width:calc(100% - 120px);padding-left: 0}
	.footer-right .hd .rt .t2{font-size: 24px;}
	.footer-right .hd .rt .t4{font-size: 22px;}
	.footer-bd{padding:0 5px;}

}





/*l-banner*/
.l-banner{width:100%;height: 470px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;;background: url(../images/l-banner.jpg) top center no-repeat;background-attachment: fixed;padding-top:30px}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 42px;font-weight: bold;line-height: 1}
.l-banner .t2{font-size: 18px;margin:25px 0;line-height: 1.5}
.l-banner span{width:55px;height: 3px;background: #fff;display:block;}


@media(max-width: 576px){
	.l-banner{height: 280px; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}

}
/*position*/
.position{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}

.p-left{width:50%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 30px;color:#333;font-size: 16px;position: relative;transition: all .5s}
.p-left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:var(--zhu-color);width:0;;transition: all .5s;transform: translateX(-50%);}
.p-left a:hover,.p-left a.on{color:var(--zhu-color);}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:50%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:flex;}
}

.l-title{margin:30px 0;text-align: center;position: relative;}
.l-title .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: Impact;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;}
.l-title .md{text-align: center;font-size: 36px;color:#333333;padding-top: 25px;}
.l-title .md b{color:var(--zhu-color);font-weight:bold;}
.l-title .bd{color:#333;text-transform: uppercase;font-size: 18px;opacity: 0.66}
@media(max-width: 768px){
	.l-title .hd{font-size: 65px}
}
@media(max-width: 576px){
	.l-title{margin:15px 0;}
	.l-title .hd{display: none;}
	.l-title .md{font-size: 30px;padding-top: 0}
	.l-title .bd{font-size: 14px}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 530px);}
.com-part1-hd .left .t1{overflow: hidden;font-size: 36px;font-family: Impact;background-image: linear-gradient(to right,var(--zhu-color), var(--pei-color),var(--zhu-color)); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;text-transform: uppercase;font-weight: bold;
}

 .com-part1-hd .left .t2{color:var(--pei-color);font-family: Arial;font-size:18px;text-transform: uppercase;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#333;margin-top: 30px;-webkit-line-clamp:6;}
 .com-part1-hd .right{width:500px;position: relative;}
 .com-part1-hd .right .box{width:calc(100% - 44px);height: calc(100% - 44px);border:solid 1px #fff;position: absolute;top:22px;left:22px;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;z-index: 1}
  .com-part1-hd .right .pic{width:100%;height: 100%;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;}
  .com-part1-hd .right .pic img{object-fit: cover;width:100%;height: 100%;}
  .com-part1-hd .more{width:150px;display: flex;flex-direction: row;justify-content: space-between;margin:30px 30px 15px;float: right;}
  .com-part1-hd .more span,.com-part1-hd .more i{height: 40px;line-height: 40px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more span{width:107px;font-size: 16px;}
	.com-part1-hd .more i{width:40px;font-size: 24px;}
	.com-part1-hd .more:hover span{border-radius: 10px;}
	.com-part1-hd .more:hover i{border-radius: 50%;}
 	.com-part1-bd{background:#fafafa;display: flex;flex-direction: row;height: 220px;margin-top: 60px;}
 	.com-part1-bd li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:25%;border-right:solid 1px #e9e9e9;}
   .com-part1-bd li:last-child{border-right:none;}
 .com-part1-bd li i{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 60px;line-height: 1}
  .com-part1-bd li .t1 b{font-size: 45px;font-weight: bold;color:var(--zhu-color);}
  .com-part1-bd li .t1 span{font-size: 16px;margin-left: 5px}
  .com-part1-bd li .t2{font-size: 16px;color:#999999;}

@media(max-width: 1600px){
	.com-part1-hd .left{width:calc(100% - 730px);}
	.com-part1-hd .right{width:700px;}
}
@media(max-width: 1400px){
	.com-part1-hd .left{width:calc(100% - 630px);}
	.com-part1-hd .right{width:600px;}
}
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 530px);}
	.com-part1-hd .right{width:500px;}
}
@media(max-width: 992px){
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%}
	.com-part1-hd .right{width:100%;}
	.com-part1-bd{margin-top: 45px;}
	.com-part1-bd li i{font-size: 50px}
	.com-part1-bd li .t1 b{font-size: 40px;}
}
@media(max-width: 768px){
	.com-part1-bd{height: 160px}
	.com-part1-bd li i{font-size: 40px}
	.com-part1-bd li .t1 b{font-size: 30px;}
	.com-part1-bd li .t2{font-size: 14px}
}
@media(max-width: 576px){

	.com-part1{padding:30px 0;}

	.com-part1-hd .left .t1{font-size:30px;}
	.com-part1-hd .left .t2{font-size:16px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height: 26px}
	.com-part1-hd .right .box{width:calc(100% - 22px);height: calc(100% - 22px);top:11px;left:11px;}
	.com-part1-bd{flex-wrap: wrap;height: 315px;margin-top: 30px}
	.com-part1-bd li{width:50%;height: 150px;margin-bottom: 15px}
	.com-part1-bd li:nth-child(2){border-right:none;}
}

/*com-part2*/
.com-part2{background: url(../images/com-part2-bg.jpg) center no-repeat;height: 700px;width:100%;background-attachment: fixed;padding:30px 0;}
.com-part2 .l-title .hd{color:#fff;opacity: 0.1}
.com-part2 .l-title .md{color:#fff;}
.com-part2 .l-title .md b{color:#fff;}
.com-part2 .l-title .bd{color:#fff;}
.com-part2-bd{overflow: hidden;padding:60px 15px;}
.com-part2-bd .swiper-slide{border-radius: 20px;position: relative;padding:45px 100px;text-align: center;cursor: pointer;overflow: hidden;transition: all .5s;}
.com-part2-bd .swiper-slide .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);z-index: 0}
.com-part2-bd .swiper-slide:before{content:'';top:12px;left: 12px;width:calc(100% - 24px);height: calc(100% - 24px);border:solid 1px #ccc;position: absolute;z-index: 2;border-radius: 20px;}

.com-part2-bd .swiper-slide i{width:80px;height: 80px;border-radius:50%;background: var(--zhu-color);color:#fff;font-size: 40px;text-align: center;line-height: 80px;display: block;margin:0 auto;position: relative;z-index: 2}
/*.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 65px}
.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 65px}*/
.com-part2-bd .swiper-slide .t1{text-align: center;font-size: 26px;font-weight:bold;padding:10px 0;position: relative;z-index: 2}
.com-part2-bd .swiper-slide .t2{text-align: center;font-size: 15px;line-height: 26px;height: 90px;position: relative;z-index: 2;opacity: 0.7}
.com-part2-bd .swiper-slide.on{color:#fff; }
.com-part2-bd .swiper-slide.on .bg{background:linear-gradient(to right bottom,var(--zhu-color), var(--pei-color));opacity: 0.7}
@media(max-width: 1600px){
	.com-part2-bd .swiper-slide{padding:45px 50px;}
}
@media(max-width: 992px){
	.com-part2{height: auto}
	.com-part2-bd .swiper-slide{padding:45px 30px;}
	.com-part2-bd .swiper-slide i{font-size: 40px;width:60px;height: 60px;;line-height: 60px;}
	.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 55px}
	.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 55px}
	.com-part2-bd .swiper-slide .t1{font-size: 24px;}
	.com-part2-bd .swiper-slide .t2{font-size: 14px;}
}
@media(max-width: 576px){
	.com-part2-bd{padding:30px;}
	.com-part2-bd .swiper-slide{border-radius: 30px}
	.com-part2-bd .swiper-slide:before{border-radius: 30px}
}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.com-part3-bd .swiper-slide a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box i{font-size: 50px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;}
.com-part3-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.com-part3-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part3-bd .swiper-slide a.on .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.com-part3-bd .swiper-slide a.on .bd{letter-spacing: 1px}
.com-part3-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part3-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part3-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}

/*com-part4*/
.com-part4{background: url(../images/company_honor.jpg) center bottom no-repeat;padding:30px 0;background-attachment: fixed;margin:30px 0 0px}
.com-part4 .l-title .hd{color:#fff;}
.com-part4 .l-title .md{color:#fff;}
.com-part4 .l-title .md b{color:var(--pei-color);}
.com-part4 .l-title .bd{color:#eee;}
.com-part4-bd{overflow: hidden;width:100%;padding:30px 15px 45px;}
.com-part4-bd .swiper-slide{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.com-part4-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;transition: all .5s;position:relative;}
.com-part4-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part4-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 30px;color:#fff;margin-top: 10px;transition: all .5s;position: absolute;bottom:0;left:0;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:100%;display: flex;height: 40px;flex-direction: column;align-items: center;justify-content: center;}
.com-part4-bd .swiper-slide a .bd i{font-size: 40px;display: none;margin-bottom: 15px}
.com-part4-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part4-bd .swiper-slide a.on .bd{letter-spacing: 1px;height: 100%;}
.com-part4-bd .swiper-slide a.on .bd i{display: block;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part4-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}

@media(max-width: 576px){
	.com-part4{padding-top: 15px;}
	.com-part4-bd{padding:15px 23px 45px;}
}

/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}

/*proSection*/
.proSection{overflow: hidden;margin-bottom:30px;}
.proSection .box{background: #f4f6f8;padding:15px 25px 30px;overflow: hidden;border-radius: 5px;}
.proSection-hd{display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.proSection-hd .btnn{width:300px;display: flex;flex-direction: row;justify-content: space-between;}
.proSection-hd .t1{width:calc(100% - 300px);position: relative;font-size: 22px;padding-bottom:15px;}
.proSection-hd .t1:after{content:'';position: absolute;left:0;bottom:0;width:35px;height: 2px;background: var(--zhu-color)}
.proSection-hd .btnn a{width:130px;height: 45px;border-radius: 3px;display: flex;color:#fff;background: var(--pei-color);text-align: center;flex-direction: row;justify-content: center;transition: all .5s;line-height: 45px;}
.proSection-hd .btnn a.on{background: var(--zhu-color);}
.proSection-hd .btnn a i{margin-right: 5px;font-size: 20px;}
.proSection-md{margin:15px 0;color:#999;line-height: 24px}
.proSection-type{padding:15px 0;}
.proSection-type a{padding:5px 10px;border:solid 1px #ccc;color:#777;margin-right: 10px;transition: all .5s;display: inline-block;margin-bottom: 10px;}
.proSection-type a:hover{border-color:var(--zhu-color);color:var(--zhu-color);}
.proSection-bd{overflow: hidden;margin-top: 30px;}
.proSection-bd .swiper-slide .hd{padding:8px;border:solid 1px #dfdfdf;transition: all .5s}
.proSection-bd .swiper-slide .img{padding-bottom: 75%}
.proSection-bd .swiper-slide .img img{transform: scale(1.05,1.05);transition: all .5s}
.proSection-bd .swiper-slide p{height: 56px;line-height: 56px;padding:0 15px;background: #fff;color:#333;transition: all .5s}
.proSection-bd .swiper-slide:hover .hd{border-color:var(--zhu-color);}
.proSection-bd .swiper-slide:hover .img img{transform: scale(1,1);}
.proSection-bd .swiper-slide:hover p{color: var(--zhu-color);}
@media(max-width: 768px){
	.proSection-hd{flex-direction: column;}
	.proSection-hd .t1{width:100%;}
	.proSection-hd .btnn{margin-top: 25px;}
}
@media(max-width: 576px){

	.proSection .box{padding:15px 15px 25px;}
	.proSection-hd{padding-top: 0}
	.proSection-hd .btnn{width:100%;}
	.proSection-hd .btnn a{width:120px;height: 36px;line-height: 36px}
	.proSection-bd{padding:0 30px;}
	.proSection-bd .swiper-slide p{height: 40px;line-height: 40px;padding:0 10px;}
	.proSection-type a{margin-right:5px;margin-bottom: 5px;}
}

/*prolist*/
.prolist{overflow: hidden;width:100%;}

.prolist-right{width:100%;float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist-right .item .img{padding-bottom: 75%}
.prolist-right .item .img img{transform: scale(1.05,1.05);transition: all .5s}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}

/*proinfo-part1*/
.proinfo-part1{margin-top:30px;}
/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 24px; color: #333333; line-height: 1.3; display: block; margin-bottom: 10px }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid var(--zhu-color); font-size: 18px; color: var(--zhu-color); margin-bottom: 5px;line-height: 1.2 }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden;margin-bottom: 12px;line-height: 1.8; }
.g_focus .info p.clamp{-webkit-line-clamp:2;}
.g_focus .info .order-btn{ float: left; line-height: 1; padding:12px 80px; background: var(--zhu-color); border-radius: 3px; font-size: 16px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--pei-color); }
.g_focus .info .tel{ float: left; margin-left: 40px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px;  color: var(--zhu-color); font-size: 26px; }
.g_focus .info .tel div{ float: left; /*width: 50%;*/ }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden;  margin:20px 0; padding-right: 2px}
#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 75%; position: relative; border:1px solid #e1e0e0;transition: all .5s }
#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s;}
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover{border-color:var(--zhu-color);}
#g_xgcp a:hover img{  transform: scale(1.05); }
#gfocus{ width: 100%;  border:1px solid #f1f1f1;overflow:hidden;position: relative;}
#gfocus .swiper-slide{width:100%;padding-bottom: 75%;position: relative;}
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }
#gfocus img{position: absolute;top:0;left:0;}
#gfocus .btnn{position: absolute;z-index: 1;width:96%;top: 50%;transform: translateY(-50%);left:2%;}


#gfocus .button-next, #gfocus .button-prev{ background-image: none; width: 36px; height: 36px; position: absolute; z-index: 1}
#gfocus .button-next span, #gfocus .button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); cursor: pointer;}
#gfocus .button-next{right:0;}
#gfocus .button-prev{left:0;}
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; cursor: pointer;}
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ }
.g_info .txt .content{padding:30px 5px;line-height: 260%;font-size: 110%;overflow:hidden;}
.g_info .txt .content .gParm{padding:15px;background: #f0f0f0;border-radius: 5px;margin-bottom: 30px;}
.g_info .txt .content .gParm li{width:100%;display: flex;flex-direction: row;margin: 8px 0;line-height: 1.6;}
.g_info .txt .content .gParm li span{color:var(--zhu-color);font-size: 16px;font-weight: bold;min-width: 60px}
.g_info .txt .content .gParm li p{color:#999;font-size: 16px;line-height: 1.6;}
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; /*margin-bottom: 12px;*/ }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
  .info_nav b{padding:20px 40px;}
}
@media only screen and (max-width: 992px){
	.g_focus .info{margin-top: 30px}
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 576px){
  .info_nav b{ padding:15px 18px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px;  }
  .g_focus .info{margin-top: 0}
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
  .g_info .txt{padding:15px 0;}
  .g_info .txt .content{padding:15px 0;font-size: 100%}
  #gfocus .button-next span, #gfocus .button-prev span{display: none;}
  .g_info .txt .content .gParm li span{font-size: 14px;}
  .g_info .txt .content .gParm li p{font-size: 14px;}
}
/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; line-height: 32px; }
.g_news .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid var(--zhu-color); position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
}
@media only screen and (max-width: 576px){
  .g_news{ padding:20px 0px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
  .g_news .bd li a small{display: none;}
  .g_news .bd li a b{width:100%;font-size: 14px}
}

/*sidebar*/
.sidebar{width:100%;}
.s-hd{padding:15px 20px;color: #f2f2f2;background: #ff9000}
.s-hd b{font-size: 40px;text-transform: uppercase;}
.s-hd p{font-size: 24px;margin: -10px 0 10px 0}
.s-hd span{width:53px;height: .10px;background: #f2f2f2;display: block;float: left;}
.s-md .btn-link:hover{text-decoration:none;}
.s-md .btn-link.focus, .s-md .btn-link:focus{text-decoration:none;border:none;}
.s-md .btn.focus, .s-md .btn:focus{box-shadow: none;}
.s-md .card{border:none;}
.s-md .card-body{padding:1.25rem 0;}
.s-md .yiji{background: #f0f0f6;padding:2px;margin-bottom: 0!important;}
.s-md .yiji button{font-size: 18px;color: #333333;border:none;width:50px;text-align:right!important;}
.s-md .yiji a{color: #333333;width:calc(100% - 50px);display: inline-block;padding:0 10px;font-size:16px;}
.s-md .yiji i{color: #b4bcc2;font-size: 16px}
.s-md .yiji button:hover i{color: var(--zhu-color);}
.s-md .yiji a:hover{color:var(--zhu-color);}
.s-md .erji li{padding:5px 10px;}
.s-md .erji li p{padding:5px 10px;font-size:14px;color: #333333;transition: all .5s}
.s-md .erji li i{color: #333333;}
.s-md .erji li:hover p{color: var(--zhu-color);text-indent: 5px}
.s-md .erji li:hover i{color: var(--zhu-color);}
.s-bd{background: #f0f0f6;padding:20px;}
.s-bd .hd i{color: var(--zhu-color);font-size: 42px;}
.s-bd .hd .txt{padding:8px 0;margin-left: 10px}
.s-bd .hd .txt .t2{font-size:16px }
.s-bd .bd{line-height: 26px;overflow:hidden;}
.s-bd .bd li span{display: inline-block;width:58px;float: left;}
.s-bd .bd li p{width:calc(100% - 60px);float:right;}
@media(max-width: 1200px){
	.s-hd b{font-size: 36px}
}



/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:45px 0 15px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--pei-color); display: inline-block; float: right; }
#contact_msg .hd p span{ font-size: 28px; color: var(--pei-color); margin-left: 20px;position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 15px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 15px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333;border:none; }
#contact_msg .bd .form_item1 label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item1 img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item1 input{ width:calc(100% - 200px); float:right; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:15px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px;display: block; }
#contact_msg .bd .submit:hover{ background: var(--pei-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  /*#contact_msg .bd .form_item:last-child input{ width:66%; }*/
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .form_item:last-child input{ width: 30%; }
  #contact_msg .bd .form_item label{width:60px;}
  #contact_msg .bd .form_item1 label{width:90px;}
  #contact_msg .bd .form_box{height: auto}
}

/*proinfo-part3*/
.proinfo-part3{background:url('../images/company_case_bg.png') center 30px no-repeat #f9f9f9;padding-bottom: 30px}
.proinfo-part3-bd{position: relative;}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;box-shadow: 0 0 10px #666;}
.proinfo-part3-bd .swiper-slide a .img{padding-bottom: 75%}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:20px 10px;text-align: center;position: relative;}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;background: rgba(0,0,0,0.5);text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;display: none;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0;width:100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background:var(--zhu-color); border-radius: 50%; text-align: center;border:none;padding:0; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;border:none;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color: #e60113; }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
  .product_list .type > a
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 576px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 85%; }
  .product_type_search > .type{ padding:0 15px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}

/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#666;transition: all .5s;display: flex;flex-direction: row;justify-content: space-between;}
.newslist .item .t2{color:#333;font-size: 20px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 15px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#333;transition: all .5s}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;position: absolute;font-size:18px;transition: all .5s;left:25%;}
.newslist .item .t4{color:#999;margin:15px 0;-webkit-line-clamp:2;line-height: 1.8}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
.newslist .item:hover .t3 .icon i{animation:ltToRt 1s linear 0s infinite normal;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}

/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .box .pic{padding:30px;text-align: center;width:100%;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 30px;color:#666;line-height: 2;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;}
.newsinfo .newsPage .page-a{text-align: left;}
.newsinfo .newsPage .page-a:nth-child(3){text-align: right;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){text-align: left;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 56px;border-radius: 5px;}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--pei-color);}
#dituContent{height: 760px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;height: 44px;}
	.contact-right .message .yanzheng .code{width:48%;height: 44px;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background:var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;position: relative;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 50px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-top: 30px;}
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  


/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:36px;line-height:36px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:36px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:36px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform .submit{width:100px;height:38px;background:var(--pei-color);color:#fff;display:inline-block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;text-align: center;line-height: 38px;}
  #jobform .submit:hover{background:var(--zhu-color);}
@media(max-width: 576px){

  #jobform .faqline .faqtit{font-size: 14px;width:25%;}
  #jobform .faqline .input{width:75%;}
  #jobform textarea{width:75%;}
  #jobform .code img{width:100px;margin-bottom:10px;}
    #jobform .faqline .input1{width:90px;}
    #jobform .submit{margin:0px auto;}
  }
}